home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / TurboText / Rexx / ErrorClear.ttx < prev    next >
Encoding:
Text File  |  1995-12-24  |  441 b   |  19 lines

  1. /*
  2. **      $Id: ErrorClear.ttx,v 30.0 1994/06/10 18:06:16 dice Exp $
  3. **
  4. **      DICE Error Parsing system.  Script for Oxxi TurboText (tm).
  5. **
  6. **  Notes: This assumes that your DCC:Config/DCC.Config file contains the
  7. **         following line:
  8. **  cmd= rx DCC:Rexx/TTX_ErrorParse.rexx %e "%c" "%f" "%0"
  9. */
  10.  
  11. OPTIONS RESULTS
  12.  
  13. IF ~show('p','DICE_ERROR_PARSER') THEN
  14.    EXIT 0
  15.  
  16. ADDRESS DICE_ERROR_PARSER Clear
  17.  
  18. 'SetStatusBar All Errors Cleared'
  19.